Check more carefully for packages before loading package.el.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 31 Oct 2010 00:06:18 +0000 (20:06 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 31 Oct 2010 00:06:18 +0000 (20:06 -0400)
commitdf062a52cacc62118f6566f1fec1d1d2246bb90d
tree14af12ced2a9c03599f3d4520a0c03d0cd2899b5
parent9dae96302d88d24c8ce398f8ad4de85a8f76239d
Check more carefully for packages before loading package.el.

* startup.el (command-line): Search for package directories, and
don't load package.el if none are found.

* emacs-lisp/package.el (describe-package, list-packages): Call
package-initialize if it has not been called yet.
lisp/ChangeLog
lisp/emacs-lisp/package.el
lisp/startup.el